home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / bin / launchpad-integration < prev    next >
Text File  |  2009-09-24  |  237b  |  13 lines

  1. #!/bin/sh
  2.  
  3. prefix=/usr
  4. datadir=${prefix}/share
  5. pkgdatadir=${datadir}/launchpad-integration
  6.  
  7. exec /usr/bin/python -c "
  8. import sys
  9. sys.path.insert(0, '${pkgdatadir}')
  10. from launchpadintegration.main import main
  11. sys.exit(main())
  12. " ${1+"$@"}
  13.